C1.Silverlight Namespace > Trace Class > Assert Method : Assert(Boolean,String,String,Object[]) Method |
'Declaration
Public Overloads Shared Sub Assert( _ ByVal condition As System.Boolean, _ ByVal message As System.String, _ ByVal detailMessageFormat As System.String, _ ByVal ParamArray args() As System.Object _ )
'Usage
Dim condition As System.Boolean Dim message As System.String Dim detailMessageFormat As System.String Dim args() As System.Object Trace.Assert(condition, message, detailMessageFormat, args)
public static void Assert( System.bool condition, System.string message, System.string detailMessageFormat, params System.object[] args )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2